Html Css Color HEX #380420 Blackberry

📋 copy color: '#380420'

red 56 ◦ green 4 ◦ blue 32

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

Shades of Blackberry #380420

Tints of Blackberry #380420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 34.78%

R = 60.87%
G = 4.35%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#380420 (or 0x380420) is known color: Blackberry. HEX triplet: 38, 04 and 20. RGB value is (56,4,32). Sum of RGB (Red+Green+Blue) = 56+4+32=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #380420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380420 is #C7FBDF. Grayscale: #161616. Windows color (decimal): -13106144 or 2098232. OLE color: 2098232.

HSL color Cylindrical-coordinate representation of color #380420: hue angle of 327.69º 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 #380420 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 4 32 -
CMYK 0 0.93 0.43 0.78
HSL 327.69º 0.87% 0.12% -
HSV(B) 327.69º 0.93% 0.22% -
XYZ 1.94 1.03 1.46 -
YUV 22.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 56 4 32 0 0.93 0.43 0.78 327.69 0.87 0.12
Hex 38 4 20 0 5D 2B 4E 148 57 C
Octal 70 4 40 0 135 53 116 510 127 14
Binary 111000 100 100000 0 1011101 101011 1001110 101001000 1010111 1100

Color Harmonies of #380420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380420

Black with #380420

Text Example


Text Example

White with #380420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380420; }

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

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

background-color css

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

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

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

border-color css

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

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

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