Html Css Color HEX #381B28 Blackberry

📋 copy color: '#381B28'

red 56 ◦ green 27 ◦ blue 40

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

Shades of Blackberry #381B28

Tints of Blackberry #381B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32.52%

R = 45.53%
G = 21.95%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#381B28 (or 0x381B28) is known color: Blackberry. HEX triplet: 38, 1B and 28. RGB value is (56,27,40). Sum of RGB (Red+Green+Blue) = 56+27+40=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #381B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B28 is #C7E4D7. Grayscale: #252525. Windows color (decimal): -13100248 or 2628408. OLE color: 2628408.

HSL color Cylindrical-coordinate representation of color #381B28: hue angle of 333.1º 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 #381B28 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 27 40 -
CMYK 0 0.52 0.29 0.78
HSL 333.1º 0.35% 0.16% -
HSV(B) 333.1º 0.52% 0.22% -
XYZ 2.41 1.78 2.22 -
YUV 37.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 56 27 40 0 0.52 0.29 0.78 333.1 0.35 0.16
Hex 38 1B 28 0 34 1D 4E 14D 23 10
Octal 70 33 50 0 64 35 116 515 43 20
Binary 111000 11011 101000 0 110100 11101 1001110 101001101 100011 10000

Color Harmonies of #381B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B28

Black with #381B28

Text Example


Text Example

White with #381B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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