Html Css Color HEX #38021D Blackberry

📋 copy color: '#38021D'

red 56 ◦ green 2 ◦ blue 29

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

Shades of Blackberry #38021D

Tints of Blackberry #38021D

RGB

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

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

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

R = 64.37%
G = 2.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#38021D (or 0x38021D) is known color: Blackberry. HEX triplet: 38, 02 and 1D. RGB value is (56,2,29). Sum of RGB (Red+Green+Blue) = 56+2+29=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #38021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38021D is #C7FDE2. Grayscale: #151515. Windows color (decimal): -13106659 or 1901112. OLE color: 1901112.

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

Color convert

RGB 56 2 29 -
CMYK 0 0.96 0.48 0.78
HSL 330º 0.93% 0.11% -
HSV(B) 330º 0.96% 0.22% -
XYZ 1.87 0.97 1.25 -
YUV 21.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 56 2 29 0 0.96 0.48 0.78 330 0.93 0.11
Hex 38 2 1D 0 60 30 4E 14A 5D B
Octal 70 2 35 0 140 60 116 512 135 13
Binary 111000 10 11101 0 1100000 110000 1001110 101001010 1011101 1011

Color Harmonies of #38021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38021D

Black with #38021D

Text Example


Text Example

White with #38021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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