Html Css Color HEX #380419 Blackberry

📋 copy color: '#380419'

red 56 ◦ green 4 ◦ blue 25

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

Shades of Blackberry #380419

Tints of Blackberry #380419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.71%

 BLUE value IS 25 (10.16% from 255) = 29.41%

R = 65.88%
G = 4.71%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#380419 (or 0x380419) is known color: Blackberry. HEX triplet: 38, 04 and 19. RGB value is (56,4,25). Sum of RGB (Red+Green+Blue) = 56+4+25=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #380419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380419 is #C7FBE6. Grayscale: #151515. Windows color (decimal): -13106151 or 1639480. OLE color: 1639480.

HSL color Cylindrical-coordinate representation of color #380419: hue angle of 335.77º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380419 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 4 25 -
CMYK 0 0.93 0.55 0.78
HSL 335.77º 0.87% 0.12% -
HSV(B) 335.77º 0.93% 0.22% -
XYZ 1.85 1 1.01 -
YUV 21.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 56 4 25 0 0.93 0.55 0.78 335.77 0.87 0.12
Hex 38 4 19 0 5D 37 4E 150 57 C
Octal 70 4 31 0 135 67 116 520 127 14
Binary 111000 100 11001 0 1011101 110111 1001110 101010000 1010111 1100

Color Harmonies of #380419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380419

Black with #380419

Text Example


Text Example

White with #380419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380419; }

 p { color: rgb(56,4,25); }

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

background-color css

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

 a { background-color: rgb(56,4,25); }

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

border-color css

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

 span { border-color: rgb(56,4,25); }

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