Html Css Color HEX #380229 Blackberry

📋 copy color: '#380229'

red 56 ◦ green 2 ◦ blue 41

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

Shades of Blackberry #380229

Tints of Blackberry #380229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.02%

 BLUE value IS 41 (16.41% from 255) = 41.41%

R = 56.57%
G = 2.02%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#380229 (or 0x380229) is known color: Blackberry. HEX triplet: 38, 02 and 29. RGB value is (56,2,41). Sum of RGB (Red+Green+Blue) = 56+2+41=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #380229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380229 is #C7FDD6. Grayscale: #161616. Windows color (decimal): -13106647 or 2687544. OLE color: 2687544.

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

Color convert

RGB 56 2 41 -
CMYK 0 0.96 0.27 0.78
HSL 316.67º 0.93% 0.11% -
HSV(B) 316.67º 0.96% 0.22% -
XYZ 2.05 1.04 2.19 -
YUV 22.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 56 2 41 0 0.96 0.27 0.78 316.67 0.93 0.11
Hex 38 2 29 0 60 1B 4E 13D 5D B
Octal 70 2 51 0 140 33 116 475 135 13
Binary 111000 10 101001 0 1100000 11011 1001110 100111101 1011101 1011

Color Harmonies of #380229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380229

Black with #380229

Text Example


Text Example

White with #380229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380229; }

 p { color: rgb(56,2,41); }

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

background-color css

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

 a { background-color: rgb(56,2,41); }

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

border-color css

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

 span { border-color: rgb(56,2,41); }

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