Html Css Color HEX #38022E Blackberry

📋 copy color: '#38022E'

red 56 ◦ green 2 ◦ blue 46

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

Shades of Blackberry #38022E

Tints of Blackberry #38022E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 44.23%

R = 53.85%
G = 1.92%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#38022E (or 0x38022E) is known color: Blackberry. HEX triplet: 38, 02 and 2E. RGB value is (56,2,46). Sum of RGB (Red+Green+Blue) = 56+2+46=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38022E is #C7FDD1. Grayscale: #171717. Windows color (decimal): -13106642 or 3015224. OLE color: 3015224.

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

Color convert

RGB 56 2 46 -
CMYK 0 0.96 0.18 0.78
HSL 311.11º 0.93% 0.11% -
HSV(B) 311.11º 0.96% 0.22% -
XYZ 2.15 1.08 2.68 -
YUV 23.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 56 2 46 0 0.96 0.18 0.78 311.11 0.93 0.11
Hex 38 2 2E 0 60 12 4E 137 5D B
Octal 70 2 56 0 140 22 116 467 135 13
Binary 111000 10 101110 0 1100000 10010 1001110 100110111 1011101 1011

Color Harmonies of #38022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38022E

Black with #38022E

Text Example


Text Example

White with #38022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38022E; }

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

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

background-color css

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

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

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

border-color css

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

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

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