Html Css Color HEX #380D24 Blackberry

📋 copy color: '#380D24'

red 56 ◦ green 13 ◦ blue 36

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

Shades of Blackberry #380D24

Tints of Blackberry #380D24

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.38%

 BLUE value IS 36 (14.45% from 255) = 34.29%

R = 53.33%
G = 12.38%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#380D24 (or 0x380D24) is known color: Blackberry. HEX triplet: 38, 0D and 24. RGB value is (56,13,36). Sum of RGB (Red+Green+Blue) = 56+13+36=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #380D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D24 is #C7F2DB. Grayscale: #1C1C1C. Windows color (decimal): -13103836 or 2362680. OLE color: 2362680.

HSL color Cylindrical-coordinate representation of color #380D24: hue angle of 327.91º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380D24 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 13 36 -
CMYK 0 0.77 0.36 0.78
HSL 327.91º 0.62% 0.14% -
HSV(B) 327.91º 0.77% 0.22% -
XYZ 2.09 1.26 1.8 -
YUV 28.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 56 13 36 0 0.77 0.36 0.78 327.91 0.62 0.14
Hex 38 D 24 0 4D 24 4E 148 3E E
Octal 70 15 44 0 115 44 116 510 76 16
Binary 111000 1101 100100 0 1001101 100100 1001110 101001000 111110 1110

Color Harmonies of #380D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D24

Black with #380D24

Text Example


Text Example

White with #380D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380D24; }

 p { color: rgb(56,13,36); }

 H1.HeaderClassName
 {
   color: #380D24;
 }
 .AnyTagClassName
 {
   color: #380D24;
 }
</style>

background-color css

<style>
 a { background-color: #380D24; }

 a { background-color: rgb(56,13,36); }

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

border-color css

<style>
 span { border-color: #380D24; }

 span { border-color: rgb(56,13,36); }

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