Html Css Color HEX #380118 Blackberry

📋 copy color: '#380118'

red 56 ◦ green 1 ◦ blue 24

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

Shades of Blackberry #380118

Tints of Blackberry #380118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.23%

 BLUE value IS 24 (9.77% from 255) = 29.63%

R = 69.14%
G = 1.23%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#380118 (or 0x380118) is known color: Blackberry. HEX triplet: 38, 01 and 18. RGB value is (56,1,24). Sum of RGB (Red+Green+Blue) = 56+1+24=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #380118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380118 is #C7FEE7. Grayscale: #141414. Windows color (decimal): -13106920 or 1573176. OLE color: 1573176.

HSL color Cylindrical-coordinate representation of color #380118: hue angle of 334.91º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380118 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 1 24 -
CMYK 0 0.98 0.57 0.78
HSL 334.91º 0.96% 0.11% -
HSV(B) 334.91º 0.98% 0.22% -
XYZ 1.81 0.93 0.95 -
YUV 20.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 56 1 24 0 0.98 0.57 0.78 334.91 0.96 0.11
Hex 38 1 18 0 62 39 4E 14F 60 B
Octal 70 1 30 0 142 71 116 517 140 13
Binary 111000 1 11000 0 1100010 111001 1001110 101001111 1100000 1011

Color Harmonies of #380118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380118

Black with #380118

Text Example


Text Example

White with #380118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380118; }

 p { color: rgb(56,1,24); }

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

background-color css

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

 a { background-color: rgb(56,1,24); }

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

border-color css

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

 span { border-color: rgb(56,1,24); }

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