Html Css Color HEX #380421 Blackberry

📋 copy color: '#380421'

red 56 ◦ green 4 ◦ blue 33

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

Shades of Blackberry #380421

Tints of Blackberry #380421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 35.48%

R = 60.22%
G = 4.3%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#380421 (or 0x380421) is known color: Blackberry. HEX triplet: 38, 04 and 21. RGB value is (56,4,33). Sum of RGB (Red+Green+Blue) = 56+4+33=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #380421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380421 is #C7FBDE. Grayscale: #161616. Windows color (decimal): -13106143 or 2163768. OLE color: 2163768.

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

Color convert

RGB 56 4 33 -
CMYK 0 0.93 0.41 0.78
HSL 326.54º 0.87% 0.12% -
HSV(B) 326.54º 0.93% 0.22% -
XYZ 1.95 1.04 1.54 -
YUV 22.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 56 4 33 0 0.93 0.41 0.78 326.54 0.87 0.12
Hex 38 4 21 0 5D 29 4E 147 57 C
Octal 70 4 41 0 135 51 116 507 127 14
Binary 111000 100 100001 0 1011101 101001 1001110 101000111 1010111 1100

Color Harmonies of #380421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380421

Black with #380421

Text Example


Text Example

White with #380421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380421; }

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

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

background-color css

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

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

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

border-color css

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

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

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