Html Css Color HEX #380C1D Blackberry

📋 copy color: '#380C1D'

red 56 ◦ green 12 ◦ blue 29

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

Shades of Blackberry #380C1D

Tints of Blackberry #380C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 29.9%

R = 57.73%
G = 12.37%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#380C1D (or 0x380C1D) is known color: Blackberry. HEX triplet: 38, 0C and 1D. RGB value is (56,12,29). Sum of RGB (Red+Green+Blue) = 56+12+29=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C1D is #C7F3E2. Grayscale: #1B1B1B. Windows color (decimal): -13104099 or 1903672. OLE color: 1903672.

HSL color Cylindrical-coordinate representation of color #380C1D: hue angle of 336.82º 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 #380C1D is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 12 29 -
CMYK 0 0.79 0.48 0.78
HSL 336.82º 0.65% 0.13% -
HSV(B) 336.82º 0.79% 0.22% -
XYZ 1.98 1.19 1.29 -
YUV 27.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 56 12 29 0 0.79 0.48 0.78 336.82 0.65 0.13
Hex 38 C 1D 0 4F 30 4E 151 41 D
Octal 70 14 35 0 117 60 116 521 101 15
Binary 111000 1100 11101 0 1001111 110000 1001110 101010001 1000001 1101

Color Harmonies of #380C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C1D

Black with #380C1D

Text Example


Text Example

White with #380C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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