Html Css Color HEX #380C29 Blackberry

📋 copy color: '#380C29'

red 56 ◦ green 12 ◦ blue 41

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

Shades of Blackberry #380C29

Tints of Blackberry #380C29

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.01%

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

R = 51.38%
G = 11.01%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#380C29 (or 0x380C29) is known color: Blackberry. HEX triplet: 38, 0C and 29. RGB value is (56,12,41). Sum of RGB (Red+Green+Blue) = 56+12+41=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #380C29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C29 is #C7F3D6. Grayscale: #1C1C1C. Windows color (decimal): -13104087 or 2690104. OLE color: 2690104.

HSL color Cylindrical-coordinate representation of color #380C29: hue angle of 320.45º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #380C29 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 12 41 -
CMYK 0 0.79 0.27 0.78
HSL 320.45º 0.65% 0.13% -
HSV(B) 320.45º 0.79% 0.22% -
XYZ 2.16 1.26 2.23 -
YUV 28.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 56 12 41 0 0.79 0.27 0.78 320.45 0.65 0.13
Hex 38 C 29 0 4F 1B 4E 140 41 D
Octal 70 14 51 0 117 33 116 500 101 15
Binary 111000 1100 101001 0 1001111 11011 1001110 101000000 1000001 1101

Color Harmonies of #380C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C29

Black with #380C29

Text Example


Text Example

White with #380C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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