Html Css Color HEX #381B29 Blackberry

📋 copy color: '#381B29'

red 56 ◦ green 27 ◦ blue 41

#381B29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #381B29

Tints of Blackberry #381B29

RGB

 RED value IS 56 (22.27% from 255) = 45.16%

 GREEN value IS 27 (10.94% from 255) = 21.77%

 BLUE value IS 41 (16.41% from 255) = 33.06%

R = 45.16%
G = 21.77%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#381B29 (or 0x381B29) is known color: Blackberry. HEX triplet: 38, 1B and 29. RGB value is (56,27,41). Sum of RGB (Red+Green+Blue) = 56+27+41=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #381B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B29 is #C7E4D6. Grayscale: #252525. Windows color (decimal): -13100247 or 2693944. OLE color: 2693944.

HSL color Cylindrical-coordinate representation of color #381B29: hue angle of 331.03º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B29 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 27 41 -
CMYK 0 0.52 0.27 0.78
HSL 331.03º 0.35% 0.16% -
HSV(B) 331.03º 0.52% 0.22% -
XYZ 2.42 1.78 2.31 -
YUV 37.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 56 27 41 0 0.52 0.27 0.78 331.03 0.35 0.16
Hex 38 1B 29 0 34 1B 4E 14B 23 10
Octal 70 33 51 0 64 33 116 513 43 20
Binary 111000 11011 101001 0 110100 11011 1001110 101001011 100011 10000

Color Harmonies of #381B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B29

Black with #381B29

Text Example


Text Example

White with #381B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381B29; }

 p { color: rgb(56,27,41); }

 H1.HeaderClassName
 {
   color: #381B29;
 }
 .AnyTagClassName
 {
   color: #381B29;
 }
</style>

background-color css

<style>
 a { background-color: #381B29; }

 a { background-color: rgb(56,27,41); }

 div.DivClassName
 {
   background-color: #381B29;
 }
 .BgClassName
 {
   background-color: #381B29;
 }
</style>

border-color css

<style>
 span { border-color: #381B29; }

 span { border-color: rgb(56,27,41); }

 td.TdClassName
 {
   border-color: #381B29;
 }
 .TagClassName
 {
   border-color: #381B29;
 }
</style>