Html Css Color HEX #381224 Blackberry

📋 copy color: '#381224'

red 56 ◦ green 18 ◦ blue 36

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

Shades of Blackberry #381224

Tints of Blackberry #381224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

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

R = 50.91%
G = 16.36%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#381224 (or 0x381224) is known color: Blackberry. HEX triplet: 38, 12 and 24. RGB value is (56,18,36). Sum of RGB (Red+Green+Blue) = 56+18+36=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #381224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381224 is #C7EDDB. Grayscale: #1F1F1F. Windows color (decimal): -13102556 or 2363960. OLE color: 2363960.

HSL color Cylindrical-coordinate representation of color #381224: hue angle of 331.58º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381224 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 18 36 -
CMYK 0 0.68 0.36 0.78
HSL 331.58º 0.51% 0.15% -
HSV(B) 331.58º 0.68% 0.22% -
XYZ 2.17 1.4 1.83 -
YUV 31.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 56 18 36 0 0.68 0.36 0.78 331.58 0.51 0.15
Hex 38 12 24 0 44 24 4E 14C 33 F
Octal 70 22 44 0 104 44 116 514 63 17
Binary 111000 10010 100100 0 1000100 100100 1001110 101001100 110011 1111

Color Harmonies of #381224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381224

Black with #381224

Text Example


Text Example

White with #381224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381224; }

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

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

background-color css

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

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

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

border-color css

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

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

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